PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setContentsTitle Method
A flow content object used as title for the table of contents.
In This Topic
    setContentsTitle Method
    In This Topic
    Sets the table of contents title.
    Usually this property is a string like "Contents" or "Table of Contents".
    Syntax
    public void setContentsTitle( 
       PDFFlowContent value
    )

    Parameters

    value
    A flow content object used as title for the table of contents.
    See Also